home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 20 / AMIGAplus Sonderheft 20 (1999)(ICP)(DE)[!].iso / PublicDomain / Alternatives / LinuxAPUS / Docs / cv3d.txt < prev    next >
Text File  |  1999-01-01  |  2KB  |  45 lines

  1. How to use the CV3D driver under Linux/m68k
  2. Author:  Christian T. Steigies (cts@debian.org)
  3. Date:    09.02.1999
  4.  
  5. This doc contains only the most important things to note for using the CV3D,
  6. for more info on CyberGrafiX modes, please read the cv64 doc from Alan Bair.
  7.  
  8. The driver originally supported only Zorro3 systems, but since 2.0.36 and
  9. 2.1.131 it also supports Zorro2 (it works with my A2000, but I have heard of
  10. problems with Zorro boards in A1200).
  11. The driver does not yet initialize the board, so you have to select under
  12. Amiga OS the video mode you want to use under linux.
  13.  
  14. Kernel 2.0.36
  15. -------------
  16. Available modes (8 bit only):
  17.    640x480, 800x600, 1024x768, 1152x886, 1280x1024, 1600x1200
  18.  
  19. add video=virgefb:<mode> to the bootline, ie:
  20.    amiboot -v -k vmlinux root=/dev/sda1 video=virgefb:640x480-8
  21.  
  22.  
  23. Kernel 2.1.131/2.2.x
  24. --------------------
  25. Available modes (8 bit):
  26.    640x480, 800x600, 1024x768, 1152x886, 1280x1024, 1600x1200
  27. Available modes (16 bit):
  28.    640x480, 800x600, 1024x768, 1152x886, 1280x1024(?)
  29.  
  30. add video=virge:<mode> to the bootline, ie:
  31.    amiboot -v -k vmlinux root=/dev/sda1 video=virge:640x480-8
  32.  
  33. Notice the difference between 2.0 and 2.1 kernels (virgefb <-> virge).
  34.  
  35. 16 bit modes are working on Zorro2 and Zorro3, allthough they are very slow,
  36. at least on Zorro2. 16 bit does not make much sense on the console and is not
  37. supported by xfree 3.3.2.3. It is supposed to work with xfree 3.3.3, though.
  38.  
  39. TODO:
  40. - code to initialize the board, so that you can use a 800x600 mode on the
  41.   console, which is readable very well, and 1024x768 or more with xfree.
  42. - 24/32 bit modes (slower than very slow???)
  43. - hardwarecursor (where will this be used?)
  44.  
  45.